home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TTRAYMESSAGEFORM / TTRAYMESSAGEFORM.txt
Text File  |  2008-11-13  |  1KB  |  73 lines

  1. object TrayMessageForm: TTrayMessageForm
  2.   Left = 333
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 83
  7.   ClientWidth = 202
  8.   Color = clInfoBk
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   DesignSize = (
  22.     202
  23.     83)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object lblMessage: TResLabel
  27.     Left = 8
  28.     Top = 2
  29.     Width = 190
  30.     Height = 28
  31.     Anchors = [akLeft, akTop, akRight]
  32.     AutoSize = False
  33.     Caption = 'you have 12315 spy sweeper alerts to review'
  34.     Transparent = True
  35.     WordWrap = True
  36.   end
  37.   object lblLink: TResLabel
  38.     Left = 8
  39.     Top = 38
  40.     Width = 190
  41.     Height = 13
  42.     Cursor = crHandPoint
  43.     AutoSize = False
  44.     Caption = 'open alerts'
  45.     Transparent = True
  46.     WordWrap = True
  47.   end
  48.   object lblHelpLInk: TLabel
  49.     Left = 8
  50.     Top = 62
  51.     Width = 190
  52.     Height = 13
  53.     AutoSize = False
  54.     ParentShowHint = False
  55.     ShowHint = True
  56.     Transparent = True
  57.     WordWrap = True
  58.     OnClick = lblHelpLInkClick
  59.   end
  60.   object tmrShowDelay: TTimer
  61.     Enabled = False
  62.     Interval = 5000
  63.     OnTimer = tmrShowDelayTimer
  64.     Left = 166
  65.     Top = 28
  66.   end
  67.   object ThemeForm: TTeForm2
  68.     ThemeObject = 'TrayDialog'
  69.     Left = 8
  70.     Top = 8
  71.   end
  72. end
  73.